type runtime.note
18 uses
runtime (current package)
lock_futex.go#L135: func noteclear(n *note) {
lock_futex.go#L139: func notewakeup(n *note) {
lock_futex.go#L148: func notesleep(n *note) {
lock_futex.go#L173: func notetsleep_internal(n *note, ns int64) bool {
lock_futex.go#L219: func notetsleep(n *note, ns int64) bool {
lock_futex.go#L230: func notetsleepg(n *note, ns int64) bool {
mgc.go#L380: bgMarkReady note // signal background mark worker has started
proc.go#L2370: wake note
profbuf.go#L102: wait note
runtime2.go#L192: type note struct {
runtime2.go#L573: park note
runtime2.go#L837: stopnote note
runtime2.go#L839: sysmonnote note
runtime2.go#L845: safePointNote note
sigqueue.go#L52: note note
sigqueue_note.go#L14: func sigNoteSetup(*note) {
sigqueue_note.go#L18: func sigNoteSleep(*note) {
sigqueue_note.go#L22: func sigNoteWakeup(*note) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |